home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / steppenwolf_2_chapter_8.swf / scripts / DefineButton2_1724 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-11-12  |  241b  |  12 lines

  1. on(press){
  2.    if(3 < eval("/Variables:InvNb"))
  3.    {
  4.       set("/Variables:Deplace",-1 * eval("/Variables:LargeurObjet"));
  5.       tellTarget("ControlFleche")
  6.       {
  7.          gotoAndStop("Deplace2");
  8.          play();
  9.       }
  10.    }
  11. }
  12.